Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if no error location is avaliable #273

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

rritik772
Copy link

if no error location is available, GUI does not show any error and falls silently.

Before
image

After
image

Sample file content

CREATE FUNCTION add_numbers(a INTEGER, b INTEGER)
RETURNS INTEGER AS $
BEGIN
    RETURN a + b;
END;


CREATE TABLE employees (
    id SERIAL PRIMARY KEY,
    name TEXT NOT NULL,
    age INTEGER NOT NULL
);


INSERT INTO employees (name, age) VALUES
('Alice', 30),
('Bob', 25),
('Charlie', 35);

SELECT * FROM employees;

if no error location is avaliable gui does not show any error. It falls
sliently
Copy link

vercel bot commented Oct 24, 2024

Someone is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Member

@1ilit 1ilit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely! Thanks for the contribution

Copy link

vercel bot commented Oct 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
drawdb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2024 0:04am

@1ilit 1ilit merged commit fc936b9 into drawdb-io:main Oct 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants